home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / InspectFunc.nib / data.classes next >
Text File  |  1993-08-15  |  1KB  |  98 lines

  1. Plot2D = {
  2.     SUPERCLASS = Plot1D;
  3. };
  4. Plot1D = {
  5.     OUTLETS = {
  6.     hcntl;
  7.     bkCache;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. InspectFunc = {
  17.     ACTIONS = {
  18.     closeMessageWindow:;
  19.     performCompile:;
  20.     tupleBrowserSelected:;
  21.     performEdit:;
  22.     newFunction:;
  23.     newColumnFunction:;
  24.     funcNameCancel:;
  25.     funcNameOK:;
  26.     };
  27.     OUTLETS = {
  28.     statusText;
  29.     msgWindow;
  30.     funcNamePanel;
  31.     funcList;
  32.     curFuncObj;
  33.     msgScrollView;
  34.     funcNameForm;
  35.     tupleBrowser;
  36.     funcBrowser;
  37.     };
  38.     SUPERCLASS = InspectBase;
  39. };
  40. InspectBase = {
  41.     ACTIONS = {
  42.     windowDidUpdate:;
  43.     };
  44.     OUTLETS = {
  45.     selectedPlot;
  46.     hDraw;
  47.     contentBox;
  48.     graphicView;
  49.     graphic;
  50.     theInspector;
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54. GraphicView = {
  55.     ACTIONS = {
  56.     takeTextColorFrom:;
  57.     paste:;
  58.     alignToGrid:;
  59.     selectAll:;
  60.     hideGrid:;
  61.     takeGridValueFrom:;
  62.     changeAspectRatio:;
  63.     group:;
  64.     delete:;
  65.     takeLineJoinFrom:;
  66.     takeFrameValueFrom:;
  67.     takeGridGrayFrom:;
  68.     bringToFront:;
  69.     enableGrid:;
  70.     takeLineArrowFrom:;
  71.     setCurrentGraphic:;
  72.     ungroup:;
  73.     takeGrayValueFrom:;
  74.     changeFont:;
  75.     unlock:;
  76.     takeLineWidthFrom:;
  77.     deselectAll:;
  78.     copy:;
  79.     takeLineCapFrom:;
  80.     sizeToGrid:;
  81.     sendToBack:;
  82.     takeFillColorFrom:;
  83.     takeFillValueFrom:;
  84.     takeLineColorFrom:;
  85.     lock:;
  86.     cut:;
  87.     };
  88.     OUTLETS = {
  89.     slist;
  90.     cacheWindow;
  91.     glist;
  92.     };
  93.     SUPERCLASS = View;
  94. };
  95. HGraphicView = {
  96.     SUPERCLASS = GraphicView;
  97. };
  98.